home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / cqa.zip / FMEMCPY.BCP < prev    next >
Text File  |  1991-04-01  |  199b  |  5 lines

  1. QUESTION:  Does BC have a function equivalent to Microsoft's _fmemcpy()?
  2.  
  3. ANSWER:    _fmemcpy() is in the RTL.  It is defined in mem.h and string.h
  4.            and works exactly like Microsoft's.
  5.